home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / fmail310.zip / GTDOOR11.BAT < prev    next >
DOS Batch File  |  1991-01-06  |  454b  |  22 lines

  1. @echo off
  2. rem
  3. rem  Sample .BAT file for FASTMAIL
  4. rem
  5. rem  This .BAT assumes that have set your GTPATH environment
  6. rem  variable to H:\GT
  7. rem  and that you have set the DSZPORT environment variable correctly
  8. rem
  9. rem
  10. rem I use GTDRWY to create the DOOR.SYS for DOORWAY
  11. rem
  12. GTDRWY > nul
  13. REM
  14. REM Set the working DRIVE for FASTMAIL
  15. REM
  16. H:
  17. REM
  18. REM run FASTMAIL
  19. REM
  20. doorway SYS /B:MS /S:H:\gt /O:T /P:c:\util\fastmail.exe /L150 /D /C05:10
  21.  
  22.